projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d4250
)
docs: Add new check button apis
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2020 01:18:08 +0000
(21:18 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2020 01:51:42 +0000
(21:51 -0400)
docs/reference/gtk/gtk4-sections.txt
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/gtk4-sections.txt
b/docs/reference/gtk/gtk4-sections.txt
index 2565d38c43ba6f5885f1be3c6f6d624013a488b0..8b184f356fe5199bc191bfed74c85c95a922a953 100644
(file)
--- a/
docs/reference/gtk/gtk4-sections.txt
+++ b/
docs/reference/gtk/gtk4-sections.txt
@@
-809,8
+809,13
@@
GtkCheckButton
gtk_check_button_new
gtk_check_button_new_with_label
gtk_check_button_new_with_mnemonic
-gtk_check_button_get_draw_indicator
-gtk_check_button_set_draw_indicator
+gtk_check_button_get_label
+gtk_check_button_set_label
+gtk_check_button_get_use_underline
+gtk_check_button_set_use_underline
+gtk_check_button_set_group
+gtk_check_button_get_active
+gtk_check_button_set_active
gtk_check_button_get_inconsistent
gtk_check_button_set_inconsistent
<SUBSECTION Standard>